home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #1 / Amiga Plus 1999 #1.iso / System-Boost / Workbench / ToolAlias / Source / window.h < prev   
Text File  |  1997-02-27  |  196b  |  10 lines

  1. /* prototypes from window.c */
  2. BOOL ShowWindow(void);
  3. VOID HideWindow(void);
  4. LONG HandleIDCMP(void);
  5.  
  6. /* return codes from HandleIDCMP */
  7. #define GUI_OKAY 0
  8. #define GUI_QUIT 1
  9. #define GUI_ABEND 2
  10.